xen.git
2006-01-25 sos22@douglas... Change domain_crash to say where it was called from.
2006-01-25 kaf24@firebug... Missing put_page_and_type() in dom0_op hypercall.
2006-01-25 kaf24@firebug... Fix 64-bit build and fix the transfer-page code for the
2006-01-24 kaf24@firebug... Fix an incorrect type, and a missing return value check,
2006-01-24 kaf24@firebug... Indirect hypercalls through a hypercall transfer page.
2006-01-24 toml@tomlt2... Adding __init__.py file to remove build warning.
2006-01-24 stekloff@elm3b216... Added dependency check for lilo in configure.ac for...
2006-01-24 Ke YuThis patch make xm reboot/shutdown work for vmx doamin.
2006-01-24 emellor@leeni... Merged.
2006-01-24 vhanquez@kneesa... reindent few lines that were using softtab instead...
2006-01-24 vhanquez@kneesa... add some checking of opening and read in dom0_init...
2006-01-24 vhanquez@kneesa... Merge
2006-01-24 vhanquez@kneesa... use talloc_zero instead of talloc + memset
2006-01-24 vhanquez@kneesa... use format printf style to write to tracefd instead...
2006-01-24 kaf24@firebug... Two shell commands weren't properly spaced in a makefile.
2006-01-24 vhanquez@kneesa... fixup memory leak and return value, if malloc or reallo...
2006-01-24 vhanquez@kneesa... fixup reallocation to "twice the size + 1", instead...
2006-01-24 vhanquez@kneesa... dup and open error value is -1, not < 0
2006-01-23 kaf24@firebug... The present pud_offset_k implementation runs the value...
2006-01-23 kaf24@firebug... ia64 specific part of gdbstub.
2006-01-23 kaf24@firebug... Emergency system halt should halt all processors, not...
2006-01-20 kaf24@firebug... The arguments to memset are ordered incorrectly in the
2006-01-19 kaf24@firebug... Allow disabling the tx checksums on the xen loopback
2006-01-19 kaf24@firebug... Fix a bug that causes storage key auth to be generated...
2006-01-19 kaf24@firebug... Having /usr/bin/xsls conflicts with xsls as distributed...
2006-01-19 kaf24@firebug... Cleanup dirty code avoiding warning messages when compiling
2006-01-18 vhanquez@kneesa... Delete 2 unused Kconfig files.
2006-01-17 smh22@firebug... No longer call xc_vcpu_getcontext() on restore (require...
2006-01-17 maf46@burn... Minor documentation fix
2006-01-17 kaf24@firebug... Remove the spin on VCPUF_running from context_switch().
2006-01-17 kaf24@firebug... Sync against scheduler tail on other CPUs when context
2006-01-16 vhanquez@kneesa... return -ENOMEM value instead of -1 when running out...
2006-01-16 vhanquez@kneesa... sanitize tpmfront. missing spin_unlock'ing in error...
2006-01-16 vhanquez@kneesa... bool type doesn't exist in C, don't try to emulate...
2006-01-16 vhanquez@kneesa... remove ASSERT macro.
2006-01-16 vhanquez@kneesa... replace ASSERT by BUG_ON.
2006-01-16 vhanquez@kneesa... define all DPRINTK as pr_debug
2006-01-16 vhanquez@kneesa... fix xenbus_scanf called with NULL instead of XBT_NULL.
2006-01-16 vhanquez@kneesa... use standard pr_debug macro for DPRINTK.
2006-01-16 vhanquez@kneesa... remove ASSERT macro that is not used anymore in blkback.
2006-01-16 vhanquez@kneesa... remove unnecessary macro bdev_put which is an alias...
2006-01-16 kaf24@firebug... Complete arch_domain_create refactoring for ia64.
2006-01-14 kaf24@firebug... Remove the free_vcpu() interface I added in the preceding
2006-01-14 kaf24@firebug... Some refactoring of domain creation/destruction.
2006-01-14 kaf24@firebug... xc_vcpu_getcontext() can no longer be called before a
2006-01-14 kaf24@firebug... Arch-specific per-vcpu info should be initialised to...
2006-01-14 kaf24@firebug... Fix 64-bit build with crash_debug enabled.
2006-01-14 kaf24@firebug... Rename cdb to gdbstub and split it into arch dependent...
2006-01-14 kaf24@firebug... merge
2006-01-14 kaf24@firebug... Fix the issue of system crash in vmx stress test.
2006-01-14 kaf24@firebug... Merge with xen-ia64-unstable.hg
2006-01-13 kaf24@firebug... Make all nmi debugkey tracing arch specific.
2006-01-13 djm@kirby.fc... Work around new nmi code in keyhandler
2006-01-13 djm@kirby.fc... Leave *_SOFTIRQ definitions to Xen common code
2006-01-13 djm@kirby.fc... Remove annoying #warning when compiling with CONFIG_XEN_SMP
2006-01-13 djm@kirby.fc... Fix for !CONFIG_SMP compile
2006-01-13 djm@kirby.fc... Merge
2006-01-13 Ian.Campbell... Correctly handle dumping a VM86 guest's stack.
2006-01-13 djm@kirby.fc... Allow asm-offsets to work with vanilla binutils
2006-01-13 djm@kirby.fc... correct implementation of flush_tlb_mask needed to...
2006-01-13 djm@kirby.fc... Make xmexaple.vti support network option too and other...
2006-01-13 djm@kirby.fc... Unused page struct fields commented out.
2006-01-13 djm@kirby.fc... add prototype of guest_cpu_user_regs() which is used...
2006-01-13 kaf24@firebug... Introduce a locking protocol for acquiring the 'scheduler
2006-01-13 kaf24@firebug... Fix writable pagetables when a flush happens in a different
2006-01-13 kaf24@firebug... Fix up the way we initialise and set the NMI heartbeat
2006-01-13 Ian.Campbell... Debug keyhandlers for triggering an NMI and examine...
2006-01-13 djm@kirby.fc... Enable warnings and fix a few one (those which occur...
2006-01-13 kaf24@firebug... Fix xenbus_cleanup_devices() to cleanup proper subdirec...
2006-01-13 Ian.Campbell... Ensure watchdog remains disabled unless enabled on...
2006-01-13 Ian.Campbell... Fix x86/32 do_iret implementation, fixes VM86 mode.
2006-01-13 kaf24@firebug... Fix non-debug build.
2006-01-13 kaf24@firebug... Add a new timer operation kill_timer(). Effectively the
2006-01-12 kaf24@firebug... Add missing renamed files. Oops.
2006-01-12 kaf24@firebug... Rename ac_timer_* interfaces -> timer_*. The ac_ is
2006-01-12 kaf24@firebug... Simplify vcpu_sleep_sync() and sched_adjdom(). Their
2006-01-12 kaf24@firebug... Fix compile warning about uninitialised vars.
2006-01-12 kaf24@firebug... Update copyright on domain_page implementation. It...
2006-01-12 kaf24@firebug... More debug print cleanups.
2006-01-12 kaf24@firebug... Quieten debug printing on memory_op hypercall. Don...
2006-01-12 kaf24@firebug... Re-enable per-cpu cache on map_domain_page(). Fix the
2006-01-12 kaf24@firebug... fixes some compiler warnings due to new types used in
2006-01-12 kaf24@firebug... Adds a check to vtpm_manager and vtpm Makefiles to...
2006-01-12 emellor@leeni... Merged.
2006-01-12 emellor@leeni... 8604:a51fcb5de470 introduced a discrepancy between...
2006-01-12 kaf24@firebug... Fix cpu_affinity memcpy() (bytes not longs!) add add...
2006-01-12 Ian.Campbell... Fix x86_64 domU build by conditionalizing NMI support...
2006-01-11 kaf24@firebug... More do_iret() fixes. We need to take care in restoring
2006-01-11 kaf24@firebug... map_domain_page per-vcpu cache still seems broken....
2006-01-11 kaf24@firebug... More code cleanups, mainly to do_iret() implementations.
2006-01-11 kaf24@firebug... merge
2006-01-11 kaf24@firebug... Reassert nmi pending when a nmi handler is registered
2006-01-11 Ian.Campbell... merge
2006-01-11 Ian.Campbell... merge
2006-01-11 kaf24@firebug... Add a per-vcpu lock-free cache of mappings to map_domai...
2006-01-11 Ian.Campbell... Fixup some bogus formatting and remove a stray debug...
2006-01-11 Ian.Campbell... merge
2006-01-11 emellor@leeni... Install in /usr/sbin, not /usr/local/sbin, for consiste...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
2006-01-11 Ian.Campbell... Pass NMIs to DOM0 via a dedicated callback, Xen/Linux...
next